Function: cell2str

CALL:

S = cell2str(C, sep)

DESCRIPTION:

Convert cell array to a string.

INPUT:

C any
cell array, (NxM) with numbers or strings
sep any
single character (optional). separator for columns. For example use
";" to produce output that can be pasted as a table in Word.

OUTPUT:

S any
string, (NxP) string representation of cell array. The matrix
contains M columns separated by a space (or specified separator)